Package-level declarations
(beta) Utility classes for AR
Types
Link copied to clipboard
Represents a BoundingSphere in 3D space defined by a center position and radius.
Link copied to clipboard
class Quaternion(var x: Float = 0.0f, var y: Float = 0.0f, var z: Float = 0.0f, var w: Float = 0.0f)
Represents a quaternion, a mathematical concept used to represent rotations in 3D space. Quaternions are a more compact and efficient way to represent rotations compared to Euler angles.